home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / logout.css377 < prev    next >
Text File  |  2007-10-20  |  683b  |  48 lines

  1. /*
  2.  
  3. CSS for Logout page.
  4.  
  5. */
  6. BODY {
  7.     _margin-top:0px;
  8.     _margin-bottom:0px;
  9.     margin:0px;
  10.     padding:0px;
  11.     background-color:#ffffff;
  12.   
  13.     font-family:Verdana,"Trebuchet MS", Arial, sans-serif;
  14.     font-size:10px;
  15.     _overflow: auto;
  16. }
  17.  
  18. .programInfo {
  19.     display: inline-block;
  20.     position: absolute;
  21.     float:right;
  22.     top:0px;
  23.     right:0px;
  24.     font-size: 16px;
  25.     font-weight:bold;
  26.     line-height: 40px;
  27.     vertical-align: middle;
  28.     margin-right: 5px;
  29. }
  30.  
  31. .textLarge {
  32.   line-height:20px;
  33. }
  34.  
  35. .textSmall {
  36.   padding-left:3px;
  37.   line-height:12px;
  38. }
  39. #USER_INFO {
  40.     top: 100px;
  41.     left: 100px;
  42.     position: relative;
  43. }
  44. .LOGIN_BUTTON {
  45.     position: relative;
  46.     left: 75px;
  47. }
  48.